Skip to main content

Authentication

Before you can call any of our web API methods, you must first be authorized. BotX uses JWT tokens carried over in an HTTP Bearer header. We recommend using different login information than the one used as your primary login. To create another login, please navigate to

account members & permissions page

in the

BotX console

and create a new member under selected role. For full access, use the admin role.

Your HTTP requests must be authorized. BotX uses the classical RESTful approach where you first call the /token method, including the username and password (as noted in the introduction, please keep in mind that we recommend creating a separate member with a given role), and obtain an authorized JWT token with 24 hours validity.